home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol E-12
/
(Vol E-12) May 21 2012.iso
/
Animations
/
dj
/
dj.swf
/
scripts
/
__Packages
/
mx
/
controls
/
streamingmedia
/
HPlayBarTray.as
< prev
next >
Wrap
Text File
|
2012-05-21
|
354b
|
14 lines
class mx.controls.streamingmedia.HPlayBarTray extends MovieClip
{
function HPlayBarTray()
{
super();
}
function setWidth(aWidth)
{
this._middle._x = this._left._width;
this._middle._width = aWidth - this._left._width - this._right._width;
this._right._x = this._middle._x + this._middle._width;
}
}